home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 August / Designer's Club 1997 August.iso / mac / Idea Source / Gallery.DIR / 00022.ls < prev    next >
Encoding:
Text File  |  1997-06-16  |  298 b   |  14 lines

  1. on mouseDown
  2.   global gallery
  3.   if the visible of sprite 2 = 1 then
  4.     puppetSound("clickup")
  5.     set the visible of sprite 2 to 0
  6.     go(the frame + 1)
  7.     set gallery to "selfrun"
  8.   else
  9.     puppetSound("clickup")
  10.     set the visible of sprite 2 to 1
  11.     set gallery to "slideshow"
  12.   end if
  13. end
  14.